home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hottest 6
/
Hottest 6 (1996)(PDSoft)[!].iso
/
software
/
blankers
/
flyingwindows
/
install
Wrap
Text File
|
1978-11-24
|
728b
|
36 lines
(if (= @language "deutsch")
(
(SET Intro "Wilkommen zum Installer-Script für FlyingWindows")
(SET Where "Wohin soll das Binary von Flying windows hinkopiert werden ?")
)
)
(if (= @language "english")
(
(SET Intro "Welcome to the installer-script for FlyingWindows")
(SET Where "Where do you want to place the binary of FlyingWindows")
)
)
(SET Wuck
(ASKDIR
(PROMPT Where)
(HELP "")
(DEFAULT "sys:wb-startup")
)
)
(COPYFILES
(SOURCE ":util/Blank/FlyingWindows/ ")
(DEST Wuck)
)
(if (= @language "deutsch")
(COPYFILES
(SOURCE ":util/Blank/FLyingWindows/ ")
(DEST "sys:locale/catalogs/deutsch")
)
)